<curiosa>of this kind: warning: 'buf' is used uninitialized in this function [-Wuninitialized] <curiosa>the /* XXX */ was added by Bushnell in 1994 <curiosa>ok, I'm diving inside the mig generated code <curiosa>it does this mig_strncpy(path, OutP->path, 1024); <curiosa>meaning that it could have just returned OutP->path, and in theory it could have been as long as it wanted <curiosa>but, still, no way to achieve that without changing the RPC <curiosa>well.. no.. it's far more complex than that <curiosa>there should have been a size parameter <youpi>yes, a size parameter is mandator <youpi>the stub can't return path since it's a local variable <youpi>the 1024 implicit size is "fine enough" for now ***roptat is now known as Guest1387
<curiosa>A problem internal to GDB has been detected, <curiosa>further debugging may prove unreliable. <curiosa>inferior.c:293 Assertion `pid != 0' failed. ***Guest1387 is now known as roptat