"Free function gets stuck" "No source code available for the current location" "JMP _ vec_memzero; Use fast zero sse2

Source: Internet
Author: User

YourselfProgramTo share with you. It's dangerous to remember sprintf!

 

VC ++ 2008 in debug mode

 

# Include <stdio. h> <br/> # include <stdlib. h> </P> <p> int main () <br/> {<br/> char * P = NULL; <br/> P = (char *) malloc (sizeof (char) * 2); <br/> sprintf (P, "ABC"); <br/> free (p); <br/> return 0; <br/>}

 

This program gets stuck when it is executed to free, and F11 is used for debugging until it reaches the assembly language.

 

JMP _ vec_memzero; Use fast zero sse2 implementation

 

The system stops and displays "No information available for the current location ".Source code".

 

Cause:

 

Invalid Memory Access, subscript out of bounds.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.