rpi-kernel
rpi-kernel copied to clipboard
Pop function in List class doesn't decrement the length data member
I just noticed that the Pop function in List class in common doesn't decrement the length data member. Calls to getLength might not accurately represent the list's true length.
Love your project, thanks
Ooooh, nice catch! Thanks! That may explain some of the weird behavior I've run in to. I'll get that fixed up sometime soon :)
Also, I'm glad you like the project!!