-
criu.c: protect from buffer overrun of version in fscanf() · a90277dfWim Coekaerts authored
while highly unlikely to happen... char version[1024]; fscanf(.. %[1024] .., version ); should leave room for null termination Signed-off-by:
Wim Coekaerts <wim.coekaerts@oracle.com> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
a90277df
×