Re: GSoC: Getting started

2022-06-16 Thread David Malcolm via Gcc
On Wed, 2022-06-01 at 14:50 -0400, David Malcolm wrote: > On Wed, 2022-06-01 at 23:22 +0530, Mir Immad wrote: > > HI everyone, > > > > I'm Immad Mir -- one of the GSoC students this year. I'll be working > > on > > adding static analysis support for POSIX file description APIs this > > summer. >

Re: GSoC: Getting started

2022-06-06 Thread Siddhesh Poyarekar
On 02/06/2022 00:20, David Malcolm wrote: (2) find a list of system calls (e.g. those implemented on Linux), and see which ones relate to file descriptors e.g. acquiring them, using them, releasing them, and duplicating them. Look for patterns of usage that could be expressed using function attr

Re: GSoC: Getting started

2022-06-01 Thread David Malcolm via Gcc
On Wed, 2022-06-01 at 23:22 +0530, Mir Immad wrote: > HI everyone, > > I'm Immad Mir -- one of the GSoC students this year. I'll be working on > adding static analysis support for POSIX file description APIs this > summer. Welcome Immad - I'm looking forward to helping you on this project. For r

GSoC: Getting started

2022-06-01 Thread Mir Immad via Gcc
HI everyone, I'm Immad Mir -- one of the GSoC students this year. I'll be working on adding static analysis support for POSIX file description APIs this summer. The plan is to let the static analyzer know about the FD APIs through the use of function attributes, although initially we might hardco