Opened 7 years ago

Closed 7 years ago

#8790 closed enhancement (fixed)

libXi-1.7.9

Reported by: Douglas R. Reno Owned by: bdubbs@…
Priority: normal Milestone: 8.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Changes:

Fix possible free of uninitialized pointer

If the _XReply() call fails, we'll try to free an uninitialized pointer.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849026

Check that allocating a buffer succeeded

Since we are going to write into the buffer, we should make sure the allocation didn't fail.

Plug a memory leak

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18208.

Note: See TracTickets for help on using tickets.