Skip to content
Snippets Groups Projects
Alan Coopersmith's avatar
commented on merge request !24 "libICE 1.1.2" at xorg / lib / libICE

Announcement: https://lists.x.org/archives/xorg-announce/2024-December/003568.html

Alan Coopersmith's avatar
pushed new tag libICE-1.1.2 at xorg / lib / libICE
Alan Coopersmith's avatar
accepted merge request !24 "libICE 1.1.2" at xorg / lib / libICE
Alan Coopersmith's avatar
pushed to branch master at xorg / lib / libICE
Alan Coopersmith's avatar
opened merge request !24 "libICE 1.1.2" at xorg / lib / libICE
Marge Bot's avatar
accepted merge request !23 "Clear some clang warnings" at xorg / lib / libICE
Marge Bot's avatar
pushed to branch master at xorg / lib / libICE
Marge Bot's avatar
accepted merge request !22 "libICE: Dereferencing a possible NULL pointer in error.c" at xorg / lib / libICE
Marge Bot's avatar
closed issue #5 "libICE : Dereferencing a possible NULL pointer in error.c" at xorg / lib / libICE
Marge Bot's avatar
pushed to branch master at xorg / lib / libICE
  • a767164a · libICE : Dereferencing a possible NULL pointer in error.c
Alan Coopersmith's avatar
commented on issue #5 "libICE : Dereferencing a possible NULL pointer in error.c" at xorg / lib / libICE

Note that the provided patch has the check inverted - it should be if (pStart) or if (pStart != NULL) otherwise we fail to write when memory was al...

Alan Coopersmith's avatar
opened merge request !23 "Clear some clang warnings" at xorg / lib / libICE
Alan Coopersmith's avatar
opened merge request !22 "libICE: Dereferencing a possible NULL pointer in error.c" at xorg / lib / libICE
Marge Bot's avatar
accepted merge request !21 "write_counted_string: avoid undefined behavior in fwrite() call" at xorg / lib / libICE
Alan Coopersmith's avatar
closed issue #11 "Undefined behavior with fwrite in write_counted_string" at xorg / lib / libICE
Marge Bot's avatar
pushed to branch master at xorg / lib / libICE
  • 3ea01ff3 · write_counted_string: avoid undefined behavior in fwrite() call
Marge Bot's avatar
accepted merge request !20 "AuthRequired: avoid undefined behavior in memcpy() call" at xorg / lib / libICE
Alan Coopersmith's avatar
closed issue #10 "Undefined behavior with memcpy in AuthRequired" at xorg / lib / libICE
Marge Bot's avatar
pushed to branch master at xorg / lib / libICE
  • cea5bb04 · AuthRequired: avoid undefined behavior in memcpy() call
Alan Coopersmith's avatar
opened merge request !21 "write_counted_string: avoid undefined behavior in fwrite() call" at xorg / lib / libICE