SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Reduce the number of bytes of buildid buffers #152

Open giulianobelinassi opened 1 year ago

giulianobelinassi commented 1 year ago

Some places expects that the buffer is 32 bytes long, but only 24 bytes (BUILDID_LEN) should be necessary. Update the places so that it only uses those 24 bytes.