Windows error 0x00000502, 1282

Detailed Error Information

STACK_BUFFER_OVERRUN[1]

MessageThe system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070502.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1282 (0x0502)

Questions

3votes
0answers

iodine fails its ping test

I'm trying to get iodine working on my Ubuntu machine. The server is working fine, but when it try to establish a connection, and change the route table using the default iodine-client-start script i get the following output ==== Creating IP-over-DNS tunnel over local network connection... ==== Local network interface: [...] read more
dns
tcp
tunnel
iodine
3votes
0answers

In Linux SD/MMC driver, It prints "Timeout waiting for hardware interrupt" for many times during boot

I'm programing with the linux kernel SD/MMC driver, and I know few about it . The kernel print the regesters logs below . From the dump regester log , I cannot detect what's the problem of the MMC driver or MMC hardware . If there's anyone fimiliar about it and [...] read more
linux
driver
1vote
0answers

Iodine on dd-wrt

Hi I am trying to setup iodine in dd-wrt on my router. I have installed it and have set my domain. My current issue is that it seems that my firewall may be blocking port 53? I assume I should fix this via iptables. Not entirely sure how? Should it [...] read more
dns
iptables
dd-wrt
1vote
1answer

glVertexAttribPointer raise GL_INVALID_OPERATION version 330

I am trying to simplify my example to show exact abnormal case. I am running this example on MacOS 10.14.6, compiling clang LLVM compiler, using GLFW3. Also I am trying to run same example on Windows 10/64 using SFML and got same error, therefore the problem is not in the [...] read more
opengl
glfw

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0