Re: handling exceptions in C / NuttX

2024-09-06 Thread Tomek CEDRO
On Fri, Sep 6, 2024 at 4:02 AM Nathan Hartman wrote: > On Thu, Sep 5, 2024 at 9:02 PM Tomek CEDRO wrote: > > Hello world :-) > > > > I am working more in C recently than in for instance Python. Using > > structures with pointers to structures or even pointers to functions > > with pointer paramet

Re: handling exceptions in C / NuttX

2024-09-05 Thread Nathan Hartman
On Thu, Sep 5, 2024 at 9:02 PM Tomek CEDRO wrote: > Hello world :-) > > I am working more in C recently than in for instance Python. Using > structures with pointers to structures or even pointers to functions > with pointer parameters. The problem is for instance some pointers > will not always

handling exceptions in C / NuttX

2024-09-05 Thread Tomek CEDRO
Hello world :-) I am working more in C recently than in for instance Python. Using structures with pointers to structures or even pointers to functions with pointer parameters. The problem is for instance some pointers will not always be null but still invalid so the references cause panic and reb