30 Jan
2009
30 Jan
'09
5:25 a.m.
Hermann Lauer wrote:
Alan DeKok wrote:
0x0c05 is VQP-Ethernet-Frame, which can of course be longer than 253 bytes, so there is a design issue here. One idea would be to cut the attribute to 253 bytes in vqp_recv(). Could this be done there without memory issues ? Yes, if you're not interested in the rest of the data.
appended is a patch which implemeted the cutting. Seems to work. Please tell me if anybody sees any pitfall in it.
Thanks. I've added a similar patch. Alan DeKok.