Skip to content
  • Yusuke Endoh's avatar
    50a34637
    Avoid illegal pointer · 50a34637
    Yusuke Endoh authored
    When loading a crafted marshal data of Random, a pointer to an illegal
    address was created. I don't think there is any harm since the data is
    normalized before access, but just to be safe, I add a check to make it
    an error.
    50a34637
    Avoid illegal pointer
    Yusuke Endoh authored
    When loading a crafted marshal data of Random, a pointer to an illegal
    address was created. I don't think there is any harm since the data is
    normalized before access, but just to be safe, I add a check to make it
    an error.
Loading