提问人:lehitgashem 提问时间:11/17/2023 更新时间:11/17/2023 访问量:11
如何修复创建错误分配的 RawPDU cpp tins.h 错误?[已结束]
How to fix the RawPDU cpp tins.h error that creates a bad alloc? [closed]
问:
所以我尝试使用 tins.h 在 cpp 中创建一个数据包。创建时,我收到错误分配错误。
代码是 https://cpp.hotexamples.com/examples/-/RawPDU/payload/cpp-rawpdu-payload-method-examples.html 中第一个示例的前 5 行,但我使用了 If 而不是断言 true。
错误是:VPN_FINAL.exe中0x00007FFC846DCF19处未处理的异常:Microsoft C++异常:内存位置 0x00000069994FF4C0 处的 std::bad_alloc。
有谁知道如何解决这个问题或该怎么做?
答: 暂无答案
评论