hexcoder
                                            hexcoder
                                        
                                    Hi, is there any solution/progress on this issue? I saw some stalls in my tests some time ago also. If this issue is resolved, we want to evaluate your great...
Understood. I would prefer to send it in private email to you, since it might be intellectual property of the company, I work for. Thanks.
Thanks! I tried that, but access requires authentication in LinkedIn (which i don't plan to use)
my email address can be seen here: https://github.com/AFLplusplus/AFLplusplus/blob/stable/README.md
Added some details for this in https://github.com/AFLplusplus/AFLplusplus/issues/343. For me this is a 32-bit problem. When 32-bit binaries are used, it segfaults.
Thanks! My main investigation was #22207, which had me look up `join`´s documentation.
I agree. The implication is that `undef`s are not preserved, which I would have liked to be told explicitly. Ok, if I am the only person to find this description...
@guest20: when **all** strings are defined, there are obviously **no** undefs to be preserved. I would modify the question like this "what should join do when there are undefined arguments?"...
Thanks, an option would be appreciated! I often use the debugger to evaluate small code snippets before doing a correction in my script. It would be really nice, if the...