Hey all,
I'm having a hard time understanding the offset functionality in fill_agtype_value(). There are many times when this function is called that the offset is greater than the length of the base_addr resulting in fetching a value from out of bounds. How do the out-of-bounds values get initialized and what are we trying to achieve by having the offset reach for the out-of-bounds values?
