Package: weborf / 0.19-2.1+deb12u1

Metadata

Package Version Patches format
weborf 0.19-2.1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cgi_buffer_fix.patch | (download)

cgi.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix incorrect memory operation
 The original code failed to take into account the space needed for the
 null terminator.
 .
 The patch just avoids the copy altogether, because it was not needed.