(libX11-1.6.3) Logically Dead Code in lcUTF8.c file
Submitted by Bhavi Dhingra
Assigned to Xorg Project Team
Description
Created attachment 118482 Removing Logically Dead Code
In libX11/src/xlibi18n/lcUTF8.c, at Line #744, the value of "last_charset" must be NULL.
Execution cannot reach the else block.
Hence, removing the dead-code.
Attachment 118482, "Removing Logically Dead Code":
lcUTF8.patch