Arjun Shankar
Arjun Shankar's contributions
Article
How we addressed an unforeseen use case in pthread_atfork()
Arjun Shankar
Members of the Red Hat Platform Tools team recently worked with other community members to implement a fix for odd behavior in glibc's implementation of pthread_atfork().
Article
A beginner's attempt at optimizing GCC
Arjun Shankar
Implementing a minor tree optimization was a great way to get started with GCC internals while contributing to the community.
Article
Solving the mystery of hanging character set conversions in glibc's iconv utility
Arjun Shankar
The GNU C Library's iconv utility had a problem with hanging character set conversions. Learn how rewriting iconv's option parsing solved the issue.
Article
Implicit function declarations: flex's use of "reallocarray"
Arjun Shankar
Compatibility with existing build systems is improved if "reallocarray" is declared under _DEFAULT_SOURCE in Fedora's flex package.

Article
How we addressed an unforeseen use case in pthread_atfork()
Arjun Shankar
Members of the Red Hat Platform Tools team recently worked with other community members to implement a fix for odd behavior in glibc's implementation of pthread_atfork().

Article
A beginner's attempt at optimizing GCC
Arjun Shankar
Implementing a minor tree optimization was a great way to get started with GCC internals while contributing to the community.

Article
Solving the mystery of hanging character set conversions in glibc's iconv utility
Arjun Shankar
The GNU C Library's iconv utility had a problem with hanging character set conversions. Learn how rewriting iconv's option parsing solved the issue.

Article
Implicit function declarations: flex's use of "reallocarray"
Arjun Shankar
Compatibility with existing build systems is improved if "reallocarray" is declared under _DEFAULT_SOURCE in Fedora's flex package.